home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1308.dms / var1308.adf / DNET2_10.LHA / DNet / Amiga / Sourcen.lha / lib / dcheckeof.c < prev    next >
C/C++ Source or Header  |  1993-01-14  |  146b  |  17 lines

  1.  
  2. /*
  3.  *  DCheckEof.C
  4.  */
  5.  
  6. #include "lib.h"
  7.  
  8.  
  9. int
  10. DCheckEof(_chan)
  11. void *_chan;
  12. {
  13.     CHANN *chan = (CHANN *)_chan;
  14.     return ((int)chan->eof);
  15. }
  16.  
  17.